home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000192_rmason@sparky2.esd.mun.ca_Mon Dec 23 11:32:22 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  61 lines

  1. Article: 13978 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!news.litech.org!News.Dal.Ca!coranto.ucs.mun.ca!not-for-mail
  3. From: Roger Mason <rmason@sparky2.esd.mun.ca>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: kermit and cvs
  6. Date: Mon, 23 Dec 2002 11:46:39 -0330
  7. Organization: Memorial University of Newfoundland
  8. Lines: 40
  9. Message-ID: <3E0728D7.E8303A3A@sparky2.esd.mun.ca>
  10. References: <3E031ECB.8C850F4B@sparky2.esd.mun.ca> <au4p3f$m7m$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: minnie.esd.mun.ca
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=us-ascii
  14. Content-Transfer-Encoding: 7bit
  15. X-Trace: coranto.ucs.mun.ca 1040656599 13318 134.153.118.19 (23 Dec 2002 15:16:39 GMT)
  16. X-Complaints-To: usenet@coranto.ucs.mun.ca
  17. NNTP-Posting-Date: Mon, 23 Dec 2002 15:16:39 +0000 (UTC)
  18. X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.40 i586)
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13978
  20.  
  21. Thanks.  When my copy of the Kermit book arrives, I'll dig into it some more.
  22. Roger Mason
  23.  
  24. Jeffrey Altman wrote:
  25.  
  26. > With 100,000 lines of code anything is possible.  :-) CVS is a
  27. > bi-directional protocol that in theory can be transmitted across any
  28. > error free bi-directional transport.  However, in practice it is only
  29. > used across rsh, ssh, etc.
  30. >
  31. > Now you could theoretically try to run it across a piped dialup
  32. > connection but C-Kermit really is not meant to be used that way.
  33. >
  34. > Another approach would be to execute CVS commands and build the CVS
  35. > source tree on the remote system.  The CVS commands could be executed
  36. > with REMOTE HOST commands to a Kermit server.  Then you could use
  37. > recursive GET and PUT file transfers to migrate the source tree to the
  38. > local system.
  39. >
  40. > I don't think anyone does this.
  41. >
  42. > In article <3E031ECB.8C850F4B@sparky2.esd.mun.ca>,
  43. > Roger Mason  <rmason@sparky2.esd.mun.ca> wrote:
  44. > : Hello,
  45. > :
  46. > : I would like to use kermit with cvs to access a remote repository
  47. > : (commit, checkout etc) over a modem connection.  Does anyone know if it
  48. > : is possile and, if so, how it is done.
  49. > :
  50. > : Thanks.
  51. > :
  52. > : Roger Mason
  53. > :
  54. >
  55. > --
  56. >  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  57. >  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  58. >  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and
  59. >  kermit-support@columbia.edu               OpenSSL.
  60.  
  61.